home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / taropyon / guilib3 / inc / dsp / dispcf.h
C/C++ Source or Header  |  1993-11-30  |  170b  |  9 lines

  1. #ifndef    _DISPCF_H
  2. #define    _DISPCF_H
  3.  
  4. /*    "dspseg.c"        ------------------------------------------------*/
  5. void    _dsp_allocSeg(void);
  6. void    _dsp_freeSeg(void);
  7.  
  8. #endif
  9.